|
|
|
|
MinWidth Property, ColumnClass Class |
Defines the minimum width of the column while the user resizes the column.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MinWidth As Integer |
C# |
public int MinWidth { get; set; } |
C++ |
public: property int MinWidth { |
Property Value
The minimum width in pixels or 0 if no minimum width is defined.
The default value is 0.
Comments
The MinWidth property defines the minimum width of the column while the user resizes the column.
The minimum width affects user resizing of the column only. An application can define a column width (Width property) that is not constrained by the MinWidth and MaxWidth properties.